Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingContrib--requestdump

This contribution is part of XML component org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingContrib inside nuxeo-platform-web-common-9.10.jar /OSGI-INF/exception-handling-contrib.xml

Extension Point

Extension point requestdump of component ExceptionHandlingService.

Contributed Items

  • <requestdump class="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.DefaultRequestDumper">
          <!-- you can add names of attributes you don't want to see listed in the request dump.
            <notListed>
            <attribute>javax.servlet.forward.request_uri</attribute>
            </notListed>
          -->
        </requestdump>

XML Source

<extension point="requestdump" target="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingService">
    <requestdump class="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.DefaultRequestDumper">
      <!-- you can add names of attributes you don't want to see listed in the request dump.
        <notListed>
        <attribute>javax.servlet.forward.request_uri</attribute>
        </notListed>
      -->
    </requestdump>
  </extension>